ASP.NET Core MVC コントロールヘルプ
ShowSort メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : ShowSort メソッド
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.ShowSort. Sets whether the grid should display sort indicators in the column headers.
シンタックス
'宣言
 
Public Overridable Function ShowSort( _
   ByVal value As System.Boolean _
) As TBuilder
public virtual TBuilder ShowSort( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Sorting is controlled by the sortDescriptions property of the ICollectionView object used as the grid's itemsSource.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ